PDF3DAnimationStyle Enumeration
In This Topic
Defines the supported animation styles.
Members
| Member | Description |
| LINEAR | Keyframe animations are driven linearly from beginning to end. This animation style results in a repetitive playthrough of the animation, such as in a walking motion. |
| NONE | Keyframe animations should not be driven directly by the viewer application. This value is used by documents that are intended to drive animations through an alternate means, such as JavaScript. |
| OSCILLATING | Keyframe animations should oscillate along their time range. This animation style results in a back-and-forth playing of the animation, such as exploding or collapsing parts. |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.o2sol.pdf4java.annotations.a3d.PDF3DAnimationStyle
See Also